Command-line interface: Basics

Command line interface

The step would be figuring out where you are and what you’re looking at.

$ pwd

tells you the current directory.

$ ls

tells you what are the files in the directory.